projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce36b4
)
(Fcdr_safe): Delete extraneous blank in docstring.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 16 Sep 1994 22:02:54 +0000
(22:02 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 16 Sep 1994 22:02:54 +0000
(22:02 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index b0959a92e55c70104fa0e5aa3289ecec1722e3b1..5eceec4574f57fb5f3f3c14a453b1911a7359c69 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-419,7
+419,7
@@
Error if arg is not nil and not a cons cell. See also `cdr-safe'.")
}
DEFUN ("cdr-safe", Fcdr_safe, Scdr_safe, 1, 1, 0,
- "Return the cdr of OBJECT if it is a cons cell, or else
nil.")
+ "Return the cdr of OBJECT if it is a cons cell, or else nil.")
(object)
Lisp_Object object;
{